# Portable runtime & tools (rebuilt by install scripts)
/runtime/
/Tools/
/models/
/install/download/
/system_core/fzf.exe
/system_core/_fzf_tmp/
/._runtime/

# Secrets
/config/api_key_openai.txt
/config/api_key_assemblyai.txt
/config/api_key_huggingface.txt
/config/api_key_notion.txt

# Working data
/workspace/
/logs/
/report/
/output/
/release/
*.sqlite3
*.sqlite3-journal

# Python
__pycache__/
*.pyc
.pytest_cache/
.venv/
.devlibs/

# Sidecars accidentally dropped into input
/input/**/*.transcript.json
/input/**/*.srt
/input/**/*.vtt

# Secrets (any provider key file) and personal data
/config/api_key_*.txt
/config/dictation_history.json

# Release artefacts and caches rebuilt by the build tools
/wheelhouse/
/release_manifest.json
/input/
